projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e8db0c
)
use bcopy when moving gap.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 16 Mar 1994 22:14:06 +0000
(22:14 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 16 Mar 1994 22:14:06 +0000
(22:14 +0000)
src/s/msdos.h
patch
|
blob
|
history
diff --git
a/src/s/msdos.h
b/src/s/msdos.h
index 10c15ee682eca81c4197aa0b9a2accffeb733750..49fc4ec990d9fe125d5827718d24e4ce5b1548ee 100644
(file)
--- a/
src/s/msdos.h
+++ b/
src/s/msdos.h
@@
-215,5
+215,10
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
likes that */
#define FILE_SYSTEM_CASE Fdowncase
+/* bcopy under djgpp is quite safe */
+#define GAP_USE_BCOPY
+#define BCOPY_UPWARD_SAFE 1
+#define BCOPY_DOWNWARD_SAFE 1
+
/* MSDOS doesn't really have this function. */
#define getppid() 1